SftTree/NET 2.0

CharSearchMode Property, SftTree Class

Softel vdm, Inc.

Defines the search mode for characters typed by the user.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property CharSearchMode As CharSearchModeEnum

C#   

public CharSearchModeEnum CharSearchMode { get; set; }

C++   

public: property CharSearchModeEnum CharSearchMode {
        CharSearchModeEnum get();
        void set(CharSearchModeEnum value);
}

Property Value

The search mode for characters typed by the user.

CharSearchModeEnum

Value

Description

None

0

Characters typed are ignored.

Char1

1

Starting at the current item, the next item starting with the one single character typed is located and made current.

AllChars

2

The first item in the tree control that matches the character(s) typed within a short time period is made current. As the user types additional characters, the search continues. If the user pauses for more than two second, the search ends. The next character typed starts a new search.

The default value is CharSearchModeEnum.AllChars.

Comments

The CharSearchMode property defines the search mode for characters typed by the user.

The CharSearchDisplayColumn property defines the column searched.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com